From: Kenichi Handa Date: Tue, 30 Jun 2009 02:16:32 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~324^2~11743 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=9ab2d1afec10038242c58e180737cdf9d37d328e;p=emacs.git *** empty log message *** --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 4f71f06e403..3bb132448a7 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,26 @@ +2009-06-30 Kenichi Handa + + * international/fontset.el (setup-default-fontset): Add CJK fonts + for symbols and the other miscellaneous characters. + + * language/korea-util.el (setup-korean-environment-internal): Make + char-widht-table suitable for Korean environments. + (exit-korean-environment): Cancel above. + + * language/chinese.el ("Chinese-GB", "Chinese-BIG5") + ("Chinese-CNS", "Chinese-EUC-TW", "Chinese-GBK"): Add a + setup-funcion to make char-widht-table suitable for respective + environments, and an exit-function to cancel that. + + * language/japan-util.el (setup-japanese-environment-internal): + Call use-cjk-char-width-table with arg `ja_JP'. + + * international/characters.el (cjk-char-width-table): Delete it. + (cjk-char-width-table-list): New variable. + (use-cjk-char-width-table): New arg local-name. + (use-default-char-width-table): Fix for the case that Emacs is + already using the default char-width-table. + 2009-06-29 Michael Albinus * net/tramp.el (tramp-do-copy-or-rename-file-directly): Set file